From 459aeb09af91ca77c3be25484a6a5efdd516e729 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Tue, 12 Dec 2006 11:17:27 -0600 Subject: [PATCH] [POWERPC][XEN] Fix warning by removing "packed". Signed-off-by: Hollis Blanchard --- xen/include/xen/elfcore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/xen/elfcore.h b/xen/include/xen/elfcore.h index 75ce7c49ef..356fc1744d 100644 --- a/xen/include/xen/elfcore.h +++ b/xen/include/xen/elfcore.h @@ -87,7 +87,7 @@ typedef struct desctype desc; \ PAD32(sizeof(desctype)); \ } desc; \ - } __attribute__ ((packed)) type + } type #define CORE_STR "CORE" #define CORE_STR_LEN 5 /* including terminating zero */ @@ -119,7 +119,7 @@ typedef struct { crash_note_core_t core; crash_note_xen_core_t xen_regs; crash_note_xen_info_t xen_info; -} __attribute__ ((packed)) crash_note_t; +} crash_note_t; #define setup_crash_note(np, member, str, str_len, id) \ np->member.note.note.note.namesz = str_len; \ -- 2.30.2